lcPaint_PtbufAddCircle Home

Adds a set of points into a points buffer. The points represent a circle shape.

 BOOL lcPaint_PtbufAddCircle (
   HANDLE hPtbuf,
   double Xc,
   double Yc,
   double Radius,
   int Resol
 );

Parameters
hPtbuf
  Handle to points buffer.
Xc Yc
  Circle center point coordinates.
Radius
  Circle radius.
Resol
  A number of created points (8 - 512). Faster generation will be with numbers 8, 16, 32, 64, 128, 256, 512.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_PtbufAddCircle2lcPaint_PtbufAddCircle3